home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / xm-spc-sol2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-05  |  142 b   |  7 lines  |  [TEXT/MPS ]

  1. #include "xm-spcv4.h"
  2.  
  3. /* If not compiled with GNU C, include the system's <alloca.h> header.  */
  4. #ifndef __GNUC__
  5. #include <alloca.h>
  6. #endif
  7.